home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_7.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  267 b   |  11 lines

  1. on exitFrame
  2.   global rootpath, orders, quantlist, totallist
  3.   set rootpath to the pathName
  4.   set orders to []
  5.   set quantlist to []
  6.   set totallist to []
  7.   if ramNeeded(1, 32) > the freeBytes then
  8.     alert("Not enough memory to run this application!")
  9.   end if
  10. end
  11.